From 0911f4d12759b4cbf68b83ef03340954399ae88d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 31 Jul 2002 08:09:26 +0000 Subject: [PATCH] (update-subdirs-CMD): Generate the right list of subdirectories. From Tak Ota . --- lisp/makefile.w32-in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index e3d42edc8fb..a2c2be48b13 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -195,11 +195,11 @@ subdirs.el: update-subdirs: update-subdirs-$(SHELLTYPE) update-subdirs-CMD: doit - @set QWINS= - @for %d in ($(WINS)) do if not (%d)==(term) set QWINS=%QWINS% "%d" echo ;; In load-path, after this directory should come> subdirs.el echo ;; certain of its subdirectories. Here we specify them.>> subdirs.el - echo (normal-top-level-add-to-load-path $(SQUOTE)(%QWINS%))>> subdirs.el + echo (normal-top-level-add-to-load-path $(SQUOTE)(>> subdirs.el + @for %d in ($(WINS)) do if not (%d)==(term) echo "%d">> subdirs.el + echo ))>> subdirs.el update-subdirs-SH: doit wd=$(lisp); $(setwins); \ -- 2.30.2